home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / antkendo.swf / scripts / DefineSprite_24 / frame_4 / DoAction.as
Text File  |  2006-06-09  |  266b  |  17 lines

  1. tb = _root.getBytesTotal();
  2. lb = _root.getBytesLoaded();
  3. v = int(lb / tb * 100);
  4. thebar.setValue(v);
  5. if(lb < tb)
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9. else if(thebar.mv == thebar.thebar._x)
  10. {
  11.    play();
  12. }
  13. else
  14. {
  15.    gotoAndPlay(_currentframe - 1);
  16. }
  17.